home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’95
/
PopPacks 1.2
/
Project Data
< prev
next >
Wrap
Text File
|
1995-06-17
|
346b
|
10 lines
constant kButtonText_NoSelection := "Close All";
constant kButtonText_Close := "Close";
constant kButtonText_Open := "Open";
constant kButtonText_Active := "Active?";
constant kButtonText_Remove := "Remove";
constant kBlankPopChar := " ";
InstallScript := func(partFrame) AddDeferredAction(func() GetRoot().(kAppSymbol):Open(), []);